home *** CD-ROM | disk | FTP | other *** search
- module oModelPlugin is cPlugin
- has
- release Editor:
- GetIO()
- do
- result := oIOModelPlugin;
- end;
- end;
- end;
-
- release Editor:
-
- object oIOModelLabel is "Model";
-
- object oIOModelPlugin is cIOPlugin
- with
- AboutDialog is cUIAboutPluginDialog
- with
- HelpURL is "Modules/Model.htm";
- Label is oIOModelLabel;
- Text is "Box, Document, Image, Movie, Scroller, Panorama elements, events and commands.";
- end;
- MenuItems is [
- cIOArgumentInMenuItem with Name is "Hot Node"; Value is oHotNodeArgumentIn; end,
- cIOArgumentInMenuItem with Name is "Hot Spot"; Value is oHotSpotArgumentIn; end,
- cIOArgumentInMenuItem with Name is "Keyboard"; Value is oKeyboardArgumentIn; end,
- cIOArgumentInMenuItem with Name is "Mouse X"; Value is oMouseXArgumentIn; end,
- cIOArgumentInMenuItem with Name is "Mouse Y"; Value is oMouseYArgumentIn; end,
- cIOArgumentInMenuItem with Name is "Min Time"; Value is oMovieEventMinimumArgumentIn; end,
- cIOArgumentInMenuItem with Name is "Max Time"; Value is oMovieEventMaximumArgumentIn; end,
- cIOArgumentInMenuItem with Name is "Message"; Value is oMovieEventMessageArgumentIn; end,
- cIOArgumentInMenuItem with Name is "Number"; Value is oMovieEventNumberArgumentIn; end,
- cIOArgumentInMenuItem with Name is "String"; Value is oMovieEventStringArgumentIn; end,
- cIOArgumentInMenuItem with Name is "Tween Time"; Value is oTweenTimeArgumentIn; end,
- cIOArgumentInMenuItem with Name is "Tween Duration"; Value is oTweenDurationArgumentIn; end,
-
- cIOAttributeGetterMenuItem with Name is "Clip"; Value is oClipAttributeGetter; end,
- cIOAttributeGetterMenuItem with Name is "Container"; Value is oLayoutAttributeGetter; end,
- cIOAttributeGetterMenuItem with Name is "Enable"; Value is oEnableAttributeGetter; end,
- cIOAttributeGetterMenuItem with Name is "Height"; Value is oHeightAttributeGetter; end,
- cIOAttributeGetterMenuItem with Name is "Name"; Value is oNameAttributeGetter; end,
- cIOAttributeGetterMenuItem with Name is "Show"; Value is oShowAttributeGetter; end,
- cIOAttributeGetterMenuItem with Name is "Width"; Value is oWidthAttributeGetter; end,
- cIOAttributeGetterMenuItem with Name is "X"; Value is oXAttributeGetter; end,
- cIOAttributeGetterMenuItem with Name is "Y"; Value is oYAttributeGetter; end,
- cIOAttributeGetterMenuItem with Name is "Duration"; Value is oDurationAttributeGetter; end,
- cIOAttributeGetterMenuItem with Name is "Looping"; Value is oLoopingAttributeGetter; end,
- cIOAttributeGetterMenuItem with Name is "Rate"; Value is oRateAttributeGetter; end,
- cIOAttributeGetterMenuItem with Name is "Running"; Value is oRunningAttributeGetter; end,
- cIOAttributeGetterMenuItem with Name is "Time"; Value is oTimeAttributeGetter; end,
- cIOAttributeGetterMenuItem with Name is "Cell Count"; Value is oCellCountImageKindAttributeGetter; end,
- cIOAttributeGetterMenuItem with Name is "Cell Index"; Value is oCellIndexImageKindAttributeGetter; end,
- cIOAttributeGetterMenuItem with Name is "Offset X"; Value is oOffsetXImageKindAttributeGetter; end,
- cIOAttributeGetterMenuItem with Name is "Offset Y"; Value is oOffsetYImageKindAttributeGetter; end,
- cIOAttributeGetterMenuItem with Name is "Scroll X"; Value is oScrollXAttributeGetter; end,
- cIOAttributeGetterMenuItem with Name is "Scroll Y"; Value is oScrollYAttributeGetter; end,
- cIOAttributeGetterMenuItem with Name is "Scroll Width"; Value is oScrollWidthAttributeGetter; end,
- cIOAttributeGetterMenuItem with Name is "Scroll Height"; Value is oScrollHeightAttributeGetter; end,
- cIOAttributeGetterMenuItem with Name is "URL"; Value is oURLOptionAttributeGetter; end,
- cIOAttributeGetterMenuItem with Name is "Controller"; Value is oControllerAttributeGetter; end,
- cIOAttributeGetterMenuItem with Name is "Pan"; Value is oPanAngleAttributeGetter; end,
- cIOAttributeGetterMenuItem with Name is "Tilt"; Value is oTiltAngleAttributeGetter; end,
- cIOAttributeGetterMenuItem with Name is "FoV"; Value is oZoomAngleAttributeGetter; end,
-
- cIOAttributeSetterMenuItem with Name is "Clip"; Value is oClipAttributeSetter; end,
- cIOAttributeSetterMenuItem with Name is "Enable"; Value is oEnableAttributeSetter; end,
- cIOAttributeSetterMenuItem with Name is "Height"; Value is oHeightAttributeSetter; end,
- cIOAttributeSetterMenuItem with Name is "Show"; Value is oShowAttributeSetter; end,
- cIOAttributeSetterMenuItem with Name is "Width"; Value is oWidthAttributeSetter; end,
- cIOAttributeSetterMenuItem with Name is "X"; Value is oXAttributeSetter; end,
- cIOAttributeSetterMenuItem with Name is "Y"; Value is oYAttributeSetter; end,
- cIOAttributeSetterMenuItem with Name is "Rate"; Value is oRateAttributeSetter; end,
- cIOAttributeSetterMenuItem with Name is "Running"; Value is oRunningAttributeSetter; end,
- cIOAttributeSetterMenuItem with Name is "Time"; Value is oTimeAttributeSetter; end,
- cIOAttributeSetterMenuItem with Name is "Cell Index"; Value is oCellIndexImageKindAttributeSetter; end,
- cIOAttributeSetterMenuItem with Name is "Offset X"; Value is oOffsetXImageKindAttributeSetter; end,
- cIOAttributeSetterMenuItem with Name is "Offset Y"; Value is oOffsetYImageKindAttributeSetter; end,
- cIOAttributeSetterMenuItem with Name is "Scroll X"; Value is oScrollXAttributeSetter; end,
- cIOAttributeSetterMenuItem with Name is "Scroll Y"; Value is oScrollYAttributeSetter; end,
- cIOAttributeSetterMenuItem with Name is "URL"; Value is oURLOptionAttributeSetter; end,
- cIOAttributeSetterMenuItem with Name is "Controller"; Value is oControllerAttributeSetter; end,
- cIOAttributeSetterMenuItem with Name is "Pan"; Value is oPanAngleAttributeSetter; end,
- cIOAttributeSetterMenuItem with Name is "Tilt"; Value is oTiltAngleAttributeSetter; end,
- cIOAttributeSetterMenuItem with Name is "FoV"; Value is oZoomAngleAttributeSetter; end,
-
- cIOBoxKindMenuItem with Name is "Filter"; Value is oFilterBoxKindSeed; end,
- cIOBoxKindMenuItem with Name is "Filter Lite"; Value is oFilterLiteBoxKindSeed; end,
- cIOBoxKindMenuItem with Name is "Frame"; Value is oFrameBoxKindSeed; end,
- cIOBoxKindMenuItem with Name is "Gradient"; Value is oGradientBoxKindSeed; end,
- cIOBoxKindMenuItem with Name is "Opaque"; Value is oOpaqueBoxKindSeed; end,
- cIOBoxKindMenuItem with Name is "Transparent"; Value is oTransparentBoxKindSeed; end,
-
- cIOEffectMenuItem with Name is "Dissolve"; Value is oDissolveEffect; end,
- cIOEffectMenuItem with Name is "Horizontal Blind"; Value is oHorizontalBlindEffect; end,
- cIOEffectMenuItem with Name is "Vertical Blind"; Value is oVerticalBlindEffect; end,
- cIOEffectMenuItem with Name is "Vertical Comb"; Value is oVerticalCombEffect; end,
- cIOEffectMenuItem with Name is "Horizontal Comb"; Value is oHorizontalCombEffect; end,
- cIOEffectMenuItem with Name is "Iris Close"; Value is oIrisCloseEffect; end,
- cIOEffectMenuItem with Name is "Iris Open"; Value is oIrisOpenEffect; end,
- cIOEffectMenuItem with Name is "Wipe Bottom"; Value is oWipeBottomEffect; end,
- cIOEffectMenuItem with Name is "Wipe Bottom Left"; Value is oWipeBottomLeftEffect; end,
- cIOEffectMenuItem with Name is "Wipe Bottom Right"; Value is oWipeBottomRightEffect; end,
- cIOEffectMenuItem with Name is "Wipe Left"; Value is oWipeLeftEffect; end,
- cIOEffectMenuItem with Name is "Wipe Right"; Value is oWipeRightEffect; end,
- cIOEffectMenuItem with Name is "Wipe Top"; Value is oWipeTopEffect; end,
- cIOEffectMenuItem with Name is "Wipe Top Left"; Value is oWipeTopLeftEffect; end,
- cIOEffectMenuItem with Name is "Wipe Top Right"; Value is oWipeTopRightEffect; end,
- cIOEffectMenuItem with Name is "Wipe Horizontal Close"; Value is oWipeHorizontalCloseEffect; end,
- cIOEffectMenuItem with Name is "Wipe Horizontal Open"; Value is oWipeHorizontalOpenEffect; end,
- cIOEffectMenuItem with Name is "Wipe Vertical Close"; Value is oWipeVerticalCloseEffect; end,
- cIOEffectMenuItem with Name is "Wipe Vertical Open"; Value is oWipeVerticalOpenEffect; end,
-
- cIOTweenerMenuItem with Name is "Cell"; Value is oCellTweenerSeed; end,
- cIOTweenerMenuItem with Name is "Drag"; Value is oDragTweenerSeed; end,
- cIOTweenerMenuItem with Name is "Grow"; Value is oGrowTweenerSeed; end,
- cIOTweenerMenuItem with Name is "Scroll"; Value is oScrollTweenerSeed; end
- ];
- ToolLines is [
- cIOToolListLine
- with
- Expanded is true;
- Label is oIOCreateLabel;
- Lines is [
- cIOToolLine
- with
- Label is "Box";
- Words is [
- oBoxCreator
- ];
- end,
- cIOToolLine
- with
- Label is "Scroller";
- Words is [
- oScrollerCreator
- ];
- end
- ];
- end,
- cIOToolListLine
- with
- Expanded is true;
- Label is oIOEditLabel;
- Lines is [
- cIOToolLine
- with
- Label is "Hot Regions";
- Words is [
- oRectangleRegionEditor,
- oOvalRegionEditor,
- oPolygonRegionEditor,
- oLassoRegionEditor,
- oSeedRegionEditor,
- oFilterRegionEditor
- ];
- end,
- cIOToolLine
- with
- Label is "Image Offset";
- Words is [
- oOffsetImageKindEditor
- ];
- end
- ];
- end
- ];
- ElementLines is [
- cIOSeedListLine
- with
- Label is oIOModelLabel;
- Lines is [
- cIOSeedLine with IO is oIOBox; end,
- cIOSeedLine with IO is oIOScroller; end,
- cIOSeedLine with IO is oIODocument; end,
- cIOSeedLine with IO is oIOImage; end,
- cIOSeedLine with IO is oIOMovie; end,
- cIOSeedLine with IO is oIOPanorama; end
- ];
- end
- ];
- EventLines is [
- cIOSeedListLine
- with
- Label is oIOModelLabel;
- Lines is [
- cIOSeedLine with IO is oIOFinishedEvent; end,
- cIOSeedLine with IO is oIOHotPanoramaEvent; end,
- cIOSeedLine with IO is oIOMouseEnterEvent; end,
- cIOSeedLine with IO is oIOMouseLeaveEvent; end,
- cIOSeedLine with IO is oIOMouseDownEvent; end,
- cIOSeedLine with IO is oIOMouseIdleEvent; end,
- cIOSeedLine with IO is oIOMouseMovedEvent; end,
- cIOSeedLine with IO is oIOMouseUpEvent; end,
- cIOSeedLine with IO is oIOMovieEvent; end,
- cIOSeedLine with IO is oIOTimeEvent; end,
- cIOSeedLine with IO is oIOTweenEvent; end
- ];
- end
- ];
- CommandLines is [
- cIOSeedListLine
- with
- Label is oIOModelLabel;
- Lines is [
- cIOSeedLine with IO is oIODragCommand; end,
- cIOSeedLine with IO is oIOEnableCommand; end,
- cIOSeedLine with IO is oIOFocusCommand; end,
- cIOSeedLine with IO is oIOGrowCommand; end,
- cIOSeedLine with IO is oIOMovieCommand; end,
- cIOSeedLine with IO is oIOOrderCommand; end,
- cIOSeedLine with IO is oIORunCommand; end,
- cIOSeedLine with IO is oIOScrollCommand; end,
- cIOSeedLine with IO is oIOSetBoxCommand; end,
- cIOSeedLine with IO is oIOSetElementCursorCommand; end,
- cIOSeedLine with IO is oIOSetFlipbookCommand; end,
- cIOSeedLine with IO is oIOSetPanoramaCommand; end,
- cIOSeedLine with IO is oIOSetRateCommand; end,
- cIOSeedLine with IO is oIOSetTimeCommand; end,
- cIOSeedLine with IO is oIOSetTweenerCommand; end,
- cIOSeedLine with IO is oIOShowCommand; end,
- cIOSeedLine with IO is oIOSwitchURLCommand; end
- ];
- end
- ];
- Openers is [
- oDocumentOpener,
- oImageOpener,
- oMovieOpener,
- oPanoramaOpener
- ];
- Root is oRootSeed;
- end;
-
- end; -- release Editor
-